isClipped

abstract fun isClipped(block: DesignBlock): Boolean

Query a block's clipped state. If true, the block should clip

Return

true if clipped, false otherwise.

Parameters

block

the block to query.